0o 設定我的第三台 Macbook o0


兩年設定了三台 >"<

輔助設定

常見設定

我個人習慣

開發工具

  1. Homebrew
  2. htop
  3. iTerm2
  4. NVM
  5. Docker
  6. Github Desktop
  7. Jetbrains Toolbox App / VSCode

安裝 Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew help 看看有沒有安裝成功,如果沒有成功就要設定 brew 環境

設定 brew 環境變數

ref: https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew

Add Homebrew to your PATH in /Users/$USER/.zprofile:
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
eval $(/opt/homebrew/bin/brew shellenv)

Copy and paste the first line on the same terminal window, then hit enter
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile

Finally you should be able to use brew help and if that works, it means that brew was installed properly and running from ZSH.

安裝 htop

brew install htop

安裝 iTerm2

安裝 NVM

軟體

  • Browser
    • Chrome
    • Firefox
  • VPN

Ref








你可能感興趣的文章

[演講筆記] 突破學習困境與職涯瓶頸的行動指南 - 學習長阿康 : 我的人生策略與學習方法論

[演講筆記] 突破學習困境與職涯瓶頸的行動指南 - 學習長阿康 : 我的人生策略與學習方法論

重新認識 JavaScript 之術(六角學院js直播課筆記)

重新認識 JavaScript 之術(六角學院js直播課筆記)

Post-Exploitation Basics Walkthrough

Post-Exploitation Basics Walkthrough






留言討論